home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / adg_1_3.zip / DLG-OPTS.H < prev    next >
Text File  |  1991-02-21  |  551b  |  15 lines

  1. /****************************************************************************
  2. Module name: Dlg-Opts.H
  3. Programmer : Jeffrey M. Richter.
  4. *****************************************************************************/
  5.  
  6. void FAR PASCAL ShowArea (BOOL fShowDefAreaOnly, HWND hDlg, HWND hWndDefArea);
  7.  
  8.  
  9. #ifdef _DEMO
  10. //****************************************************************************
  11. // Functions for the "Options >>" Dialog Box Demonstration.
  12.  
  13. BOOL FAR PASCAL OptionsDlgProc (HWND hDlg, WORD wMsg, WORD wParam, LONG lParam);
  14. #endif
  15.